home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / computers / ados_guide_v1.5 / ados commands / echo < prev    next >
Encoding:
Text File  |  1995-03-10  |  477 b   |  27 lines

  1. AMIGADOS  GUIDE  V1.5
  2. ECHO
  3.  
  4. USE:
  5. This is the AmigaDOS command which tells the Amiga to print  
  6. a statement of the users choice.
  7.  
  8. PATH:
  9. Internal
  10.  
  11. SYSTEM:
  12. 2.0  (enhanced),  2.1,  3.0
  13.  
  14. EXAMPLES:
  15. 1>ECHO  "*NAmigaDOS guide V1*N"
  16. AmigaDOS guide V1
  17. 1>ECHO  "*NAmigaDOS guide V1*N  The Best*N"
  18. AmigaDOS guide V1
  19. The Best
  20.  
  21. NOTES:
  22. The text that you have written will be displayed on the  
  23. AmigaDOS  screen.
  24. If you want text to be displayed for a longer period use the  
  25. "Wait" command.
  26.  
  27.